home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / dev / amos / AMOSList0993.lzh / AMOSLIST / 000013_amos-request@svcs1.digex.net_Sat Sep 4 19:07:28 1993.msg < prev    next >
Internet Message Format  |  1993-10-03  |  3KB

  1. Received: from nextsun.INS.CWRU.Edu by access.digex.net with SMTP id AA08713
  2.   (5.65c/IDA-1.4.4 for <mcox@access.digex.com>); Sat, 4 Sep 1993 19:07:27 -0400
  3. Received: from svcs1.digex.net by nextsun.INS.CWRU.Edu with SMTP (5.65b+ida+/CWRU-1.5.2-freenet-gw)
  4.     id AA16687; Sat, 4 Sep 93 18:31:50 -0400 (from amos-request@svcs1.digex.net )
  5. Received: by svcs1.digex.net id AA06959
  6.   (5.65c/IDA-1.4.4 for amos-list-out); Sat, 4 Sep 1993 17:21:51 -0400
  7. Received: from access.digex.net by svcs1.digex.net with SMTP id AA06955
  8.   (5.65c/IDA-1.4.4 for <amos-list@svcs1.digex.net>); Sat, 4 Sep 1993 17:21:50 -0400
  9. Received: from ACS.BU.EDU by access.digex.net with SMTP id AA01434
  10.   (5.65c/IDA-1.4.4 for <amos-list@access.digex.net>); Sat, 4 Sep 1993 17:21:49 -0400
  11. Received: by acs.bu.edu (5.61+++/AIX-3.2)
  12.     id AA23932; Sat, 4 Sep 93 17:21:07 -0400
  13. Date: Sat, 4 Sep 93 17:21:07 -0400
  14. From: hacker@acs.bu.edu (Jose Elias)
  15. Message-Id: <9309042121.AA23932@acs.bu.edu>
  16. To: amos-list@access.digex.net
  17. Subject: Geesh! 15-lines of code, no mouse!!!
  18. Status: RO
  19.  
  20.  
  21. Guys, thanks for the help, but I ALMOST have everything
  22. working, my problem is that when I run this program,
  23. I cannot see the mouse cursor OR any Screen Copy updates
  24. on my monitor, so I have to make mouse movements "blindly",
  25. and although I see my bob animation, I cannot see neither
  26. the mouse OR the effect of any of my screen copy commands!
  27.  
  28. This is the short code, I left stuff out that's unnessesary:
  29.  
  30. flash off : hide
  31. load iff"df0:players",0
  32. load iff"df0:gameboard",1
  33. screen display 1,,20,,
  34. double buffer : autoback 0 : update off
  35.  
  36. ...
  37.  
  38. I TRY to do screen copy commans here, but don't
  39. see their effect
  40.  
  41. ...
  42.  
  43. for range=ll to rr
  44.    bob clear
  45.    bob 1,xx,yy,range
  46.    screen swap
  47.    wait 2
  48. next range
  49.  
  50. that's it!!! By the way, my screen copy commands
  51. look like this:
  52.         screen copy 0,228,0,257,25 to 1,xa,ya
  53. (I tried leaving out the 1 next to xa but that didn't work,
  54. I also tried using "screen 1" and/or "screen to front 1"
  55. in various places but that didn't work either)
  56.  
  57. So, what's wrong this time?
  58. It seems as if my bob commands are going to the screen you
  59. can actually see, but my blits (and even my mouse cursor!)
  60. go to some screen in the back (the double buffer one, or
  61. what?).
  62.  
  63. I'm sorry if this is the third time I ask for help (you guys
  64. DID help me, thanks) but I'm new to amos graphics programming,
  65. and the manual just plain sucks (sorry for that, but it's true!).
  66.  
  67. Sincerely,
  68.     hacker@acs.bu.edu
  69.  
  70. p.s.: Thanks in advance!!!
  71.  
  72. :)
  73.